home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InterCD 2000 January
/
january_2000.iso
/
Site Building
/
ASPEdit
/
_SETUP.1
/
counter1.asp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-07-02
|
198 b
|
10 lines
<%
' Lock the Application object
Application.Lock
' Increment the count
Application("Count") = Application("Count") + 1
' Unlock the Application object
Application.Unlock
%>